Welcome![Sign In][Sign Up]
Location:
Search - java game server client

Search list

[Process-Threadjava海上的小游戏

Description: 小游戏,是服务器有客户端的游戏,只有能登陆就可以玩,还上对战,支持多个客户端-small games, the server is a client of the game, only the landing will be able to play, but also on the screen, multiple client
Platform: | Size: 6220 | Author: 刘亮 | Hits:

[JSP/Javawzq_star

Description: 1.用applet实现一个简单的网络五子棋, 包括服务器端,和客户端,2.客户端通个一用户名连接到服务器,选择进入一个房间与另一人进行游戏。3.服务器控制客户间的信息流通。由于初学JAVA用到的技术简单易懂, 很适合初学者参考。-1. Using a simple applet to achieve the 331 network, including server and client, 2. client-a-users connect to the server, chose to enter a room with another game. 3. Client server control the flow of information. As the beginners to use the Java technology easily accessible, and is very suitable for advanced users.
Platform: | Size: 30947 | Author: 星星 | Hits:

[Other resourcestendhal-0.48

Description: 是一个用来开发同时多人在线游戏的引擎,Arianne提供一个简单的方式来创建游戏服务器规则与游戏客户端.Marauroa Server是用Java开发的多线程服务器,使用UDP协议进行通信,用mysql存储数据,并使用python描述游戏脚本-is also used to develop a multiplayer online game engine, Arianne provide a simple way to create rules of the game and the game server client. Marauro a Java Server is the development of multi-threaded server, the use of UDP communication, with mysql data storage, and describe the use of python script games
Platform: | Size: 3445538 | Author: 蛤蟆 | Hits:

[Bookstut-bingo

Description: A client/server application that implements the game of BINGO. This example broadcasts information via a multicast socket, builds its GUI with Swing components, uses multiple synchronous threads, and communicates with RMI.
Platform: | Size: 37888 | Author: 刘波 | Hits:

[Other GamesTicToe

Description: 关于网络游戏的服务器端和客户端的程序,程序比较简单,是我看书学的,练习作品,类似于五子棋的小游戏-game on the network server and the client's procedure is relatively simple, I read the study and practice works, similar to 331 small game
Platform: | Size: 7168 | Author: 刘刘 | Hits:

[Process-Threadjava海上的小游戏

Description: 小游戏,是服务器有客户端的游戏,只有能登陆就可以玩,还上对战,支持多个客户端-small games, the server is a client of the game, only the landing will be able to play, but also on the screen, multiple client
Platform: | Size: 6144 | Author: 刘亮 | Hits:

[Game Program2002011435

Description: 本次project实现如下功能: 写了一个本地的多线程游戏服务器ThreadeEchoServer,地址和端口为:127.0.0.1:9999 写了一个本地的多线程游戏客户端client,用来连接服务器,并进行通信. 在客户端下可以启动两个小游戏:连连看和俄罗斯方块.都需要网络服务器做出响应才能启动,可以建立客户的多线程,也就是多个客户连服务器.同时可以在一个客户实现同时玩两个游戏. 两个游戏的代码改编于网络公布的源代码,原来的源代码有很多错误和不足,给出了合适我们的修正. 运行方式:先编译生成所有的class文件,本地启动服务器,再启动客户端,在客户端进行选择操作,来启动游戏,按面板提示进行游戏,最后退出客户端即可. 开发工具:jCreat 开发人员:曾捷 -this project to achieve the following functions : writing a multithreaded local game servers ThreadeEchoServer, addresses and ports : 127.0.0.1:9999 was a local multithreaded game client client, used to connect to servers, and communications. The client can be activated under two small games : 1000 block of Terry Avenue and Tetris. Need to respond to network servers can be initiated, can build customer multithreading, which is even more customers servers. At the same time, a customer can simultaneously play two games. Two games based on code released by the network source code, the original source code with a lot of mistakes and shortcomings, and we have given appropriate amendments. Operation : compiler generates all the first class of documents, local boot server, Restart client, the cli
Platform: | Size: 50176 | Author: haki516 | Hits:

[JSP/Javawzq_star

Description: 1.用applet实现一个简单的网络五子棋, 包括服务器端,和客户端,2.客户端通个一用户名连接到服务器,选择进入一个房间与另一人进行游戏。3.服务器控制客户间的信息流通。由于初学JAVA用到的技术简单易懂, 很适合初学者参考。-1. Using a simple applet to achieve the 331 network, including server and client, 2. client-a-users connect to the server, chose to enter a room with another game. 3. Client server control the flow of information. As the beginners to use the Java technology easily accessible, and is very suitable for advanced users.
Platform: | Size: 30720 | Author: 星星 | Hits:

[Game Enginestendhal-0.48

Description: 是一个用来开发同时多人在线游戏的引擎,Arianne提供一个简单的方式来创建游戏服务器规则与游戏客户端.Marauroa Server是用Java开发的多线程服务器,使用UDP协议进行通信,用mysql存储数据,并使用python描述游戏脚本-is also used to develop a multiplayer online game engine, Arianne provide a simple way to create rules of the game and the game server client. Marauro a Java Server is the development of multi-threaded server, the use of UDP communication, with mysql data storage, and describe the use of python script games
Platform: | Size: 3444736 | Author: 蛤蟆 | Hits:

[WEB CodeSnakeLadder

Description: Snake and Ladder - Game Client & Game Server-Snake and Ladder-Game Client
Platform: | Size: 9216 | Author: Misaki | Hits:

[JSP/Javajavafive

Description: Java五子棋程序 本软件使用JAVA语言实现,通过对SCOKET技术的理解,在此基础上建立服务器与客户端相连接,从而实现局域网内两人互动进行五子棋游戏。整体采用BorderLayout来布局,分为toolBar, board 和statusBar三部分,分别位于NORTH、CENTER和SOUTH。其中board部分采用null的布局方式,toolbar部分采用FlowLayout的布局方式。通过对软件的编写,加深对以上技术的理解和掌握。-Gobang Java program using the JAVA language of the software to achieve, through technology SCOKET understanding, on the basis of the establishment of server and client端相connect two LAN in order to realize interaction Gobang game. To the overall use of BorderLayout layout, divided into toolBar, board and StatusBar three parts, which are located in NORTH, CENTER, and SOUTH. Board of which part of the way using null layout, toolbar part of the way using FlowLayout layout. Through the preparation of software to enhance the above understanding and mastering technology.
Platform: | Size: 18432 | Author: zc | Hits:

[JSP/Javabomberman

Description: A client/server application that implements the game of Boomberman. This example broadcasts information via a multicast socket, builds its GUI with Swing components, uses multiple synchronous threads, and communicates with RMI
Platform: | Size: 114688 | Author: irwansyah | Hits:

[JSP/JavaNetGame

Description: 一个网络版的井字棋游戏,利用serverSocker和socket编程,很有意思的,可以把服务器和客户端分开。-A network version of Tic-Tac-chess game, using serverSocker and socket programming, very interesting, and can separate the server and client.
Platform: | Size: 26624 | Author: 周松文 | Hits:

[JSP/Javawzq

Description: 基于Java环境下的网络五子棋游戏开发,使用JAVA语言实现,通过对图形界面,绘图,布局管理器等去构造出游戏的单机功能,在此基础上,利用SCOKET的知识,建立起服务器与客户端之间的连接,利用多线程技术来处理服务器端与客户端之间的数据传输,通信问题,使得客户端和服务器端之间能够同步的进行处理。-Web-based Java environment Gobang game development, using the JAVA language, through the graphical interface, graphics, layout managers, etc. to construct a single function of the game, on this basis, using SCOKET knowledge, build server and client the connection between the use of multi-threading technology to handle server-side and client-side data transfer between, communication problems, making between client and server-side processing can be synchronized.
Platform: | Size: 60416 | Author: 程慧敏 | Hits:

[Other GamesTicTacToeImpl.java

Description: this is a tictio game developed in java .this is client server game.
Platform: | Size: 1024 | Author: ag | Hits:

[Shot GameJava

Description: 使用Java编写的一个坦克大战小游戏,包括服务器和客户端。-A Java game called Tankmania including a client and a server.
Platform: | Size: 1015808 | Author: 宁汐 | Hits:

[Game Programtank(java)

Description: java版本的tank游戏源码。包括client和server,10多个文件就实现了坦克小游戏。-tank game source java version. Including client and server, 10 more files on the realization of a tank game.
Platform: | Size: 49152 | Author: 何鹏飞 | Hits:

[Game ProgramJava网络五子棋2

Description: JAVA程序编写的五子棋游戏,分客户端与服务端编写(JAVA programming Gobang game, sub client and server writing)
Platform: | Size: 49152 | Author: wass107201 | Hits:

[OtherServer Beta 2017

Description: This is Server PointBlank Offline 2016 (JAVA) (Game Server PC) Client PB Garena Indonisia TAM , Russia PBTH
Platform: | Size: 10847232 | Author: hibari | Hits:

[androidAndroid 手机联网对战 中国象棋 游戏源码

Description: Android 中国象棋游戏 可以网络对战,分为客户端和服务端,客户端为 Android 应用,服务端使用Java语言实现,数据库为MySQL,使用到了Socket和多线程技术。(An Android Chinese chess game which can be network to combat, divided into client and server, client is Android application, server uses Java language, database is MySQL, use Socket and multi-thread technology.)
Platform: | Size: 8585216 | Author: 啊小小小 | Hits:
« 12 3 »

CodeBus www.codebus.net